-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds product search query without simulation #73
Conversation
Hi! I'm VTEX IO CI/CD Bot and I'll be helping you to publish your app! 🤖 Please select which version do you want to release:
And then you just need to merge your PR when you are ready! There is no need to create a release commit/tag.
|
Beep boop 🤖 I noticed you're not using the Docs Builder properly yet, if you need help to set that up please go to IO Documentation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove facets arges from no simulation query
$priceRange: String | ||
$from: Int | ||
$to: Int | ||
$withFacets: Boolean = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
arg not needed
query search( | ||
$query: String | ||
$map: String | ||
$facetQuery: String |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
arg not needed
$query: String | ||
$map: String | ||
$facetQuery: String | ||
$facetMap: String |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
arg not needed
823a184
to
c54be78
Compare
c54be78
to
52f70df
Compare
What is the purpose of this pull request?
Depends on vtex-apps/search-graphql#27
What problem is this solving?
How should this be manually tested?
Screenshots or example usage
Types of changes